Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add audit options #2

Merged
merged 1 commit into from
Jul 26, 2019
Merged

Conversation

iceskyl
Copy link
Contributor

@iceskyl iceskyl commented Jul 25, 2019

It need to add --ignore option to bundle audit check method because some vulnerabilities like CVE-2015-9284 fixed by other gem but not itself.

image

@@ -36,9 +36,11 @@ namespace :code_quality do

desc "bundler audit"
task :bundler_audit => :prepare do |task|
options = options_from_env(:audit_options)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the env key should be named as bundler_audit_options

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please update the README to expose there is an option for bundler_audit task, should describe what kind of options would be used

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rainchen updated

Copy link
Owner

@rainchen rainchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left comments

@iceskyl iceskyl force-pushed the add-audit-options branch from f4e1a42 to 904d6ec Compare July 25, 2019 07:40
@rainchen rainchen merged commit 73f48ee into rainchen:master Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants